WindowCols FUNCTION Action Returns an integer that is the number of interior columns in the current window. Syntax variablename% = WindowCols (handle%) Remarks The WindowCols procedure uses the following arguments. variablename% ------------- Any BASIC variable name, including the name of a record variable or record element. handle% ------- An integer that indicates the number of the window whose column count is requested. This can be any number between 1 and the value declared in the constant MAXWINDOW, inclusive. Use WindowCols when you want to determine the number of columns in a window, especially when dealing with resizable windows. These "interior" columns are those where text can be displayed. Argument Description See Also. WindowRows